hip.math.vector

Undocumented in source.

Members

Aliases

Vector2
alias Vector2 = Vector!(2, float)
Undocumented in source.
Vector3
alias Vector3 = Vector!(3, float)
Undocumented in source.
Vector4
alias Vector4 = Vector!(4, float)
Undocumented in source.

Functions

abc
float abc(int a, int b)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Vector
struct Vector(uint N, T)
Undocumented in source.

Meta